home *** CD-ROM | disk | FTP | other *** search
/ NOVA - For the NeXT Workstation / NOVA - For the NeXT Workstation.iso / Documents / NeXTAnswers / hardware.412 < prev    next >
Text File  |  1992-02-06  |  2KB  |  46 lines

  1. SCSI disks target number
  2.  
  3. Q: I've installed an external disk, and the system won't boot now.  What's wrong?
  4.  
  5. Q: What are the SCSI target numbers of disks that NeXT ships from the factory?
  6.  
  7. Q: How do I change the SCSI target number of a Maxtor drive?
  8.  
  9. A: If you tell the system to boot from the SCSI disk, it looks for the LOWEST NUMBER SCSI target that understands booting, and attempts to boot from it.  You can determine the SCSI target number of the boot device by watching the (early!) boot messages.
  10.  
  11. As we ship currently, the disk targets are:
  12.  
  13.     330, 660    Target 1
  14.     40            Target 6
  15.     CPU            Target 7
  16.  
  17. Through sometime late in 1989, some 330s and 660s were shipped as target 0.  Some VERY VERY early systems might have the hard disk set as target 6.  As we currently ship, it is now easy to add a disk which is the default boot device (set it as target 0), or to add a disk which does NOT supplant the on-board drive as the boot device (set is as target something-bigger-than-1).
  18.  
  19. To change the SCSI target of an internal Maxtor disk, you must remove the drive from the machine, and set its target jumpers.  Look at the component side of the PC board on the bottom of the disk.  If you look carefully about 2/3 of the way toward the connector end, you'll see three jumpers (three pairs of pins) lined up perfectly in a 3x2 rectangle, and labeled JP35, JP36, and JP37 (or J35, J36, J37, depending on the drive).  JP35 represents the low-order bit.  To configure the target, use the following table
  20.  
  21.         Target        JP37    JP36    JP35
  22.         0            out        out        out
  23.         1            out        out        IN
  24.         2            out        IN        out
  25.         3            out        IN        IN
  26.         4            IN        out        out
  27.         5            IN        out        IN
  28.         6            IN        IN        out
  29.         7            IN        IN        IN
  30.  
  31. (by "IN," I mean that the little blue plastic jumper gizmo is intalled between the appropriate pairs of jumper pins).
  32.  
  33. By the way, if you set a SCSI device to target 7, the system won't work very well.  No, it is not possible to change the CPU's target.
  34.  
  35. Note also that the assignment of the device special files (e.g., /dev/sd0*) to the actual drive is done dynamically at boot time.  The drive with the lowest numbered SCSI target becomes drive 0, next is drive 1, etc.
  36.  
  37. NOTE: see also the NextAnswers entry hardware.241.
  38.  
  39. QA412
  40.  
  41. Valid for 1.0
  42. Valid for 2.0
  43.  
  44.  
  45.  
  46.